GET /File/{id}/

Gets the file or folder.
 

Request

Method Request URI
GET /API/File/{id}/?options=value&sessionId=value

URI Parameters

URI Parameter Description
options The options. See Dundas.BI.FileSystem.GetEntryOptions for more details.
sessionId ID of the session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the file.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

Dundas.BI.WebApi.Models.FileData object containing requested information or a status code indicating the reason for a failure.